home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 27 / PC Gamer IT CD 27.iso / MEDIA / ELINK.DXR / 00018.ls < prev    next >
Encoding:
Text File  |  1997-12-01  |  297 b   |  13 lines

  1. on startMovie
  2.   if the platform = "Windows,32" then
  3.     openXLib(the pathName & "XTRAS32\Fileio")
  4.   else
  5.     if the platform = "Windows,16" then
  6.       openXLib(the pathName & "XTRAS16\Fileio")
  7.     else
  8.       openXLib(the pathName & "xtras:FileIOXtraFat")
  9.     end if
  10.   end if
  11.   getPrefThingy()
  12. end
  13.